GrapeCity ActiveReports for .NET 12.0J
MatrixRow コンストラクタ(Length,IEnumerable<MatrixCell>)

MatrixRowクラスの新しいインスタンスを初期化します。

構文
'宣言
 
Public Function New( _
   ByVal height As Length, _
   ByVal cells As IEnumerable(Of MatrixCell) _
)
public MatrixRow( 
   Length height,
   IEnumerable<MatrixCell> cells
)

パラメータ

height
cells
参照

関連項目

MatrixRow クラス
MatrixRow メンバ
オーバーロード一覧

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.